Fixed an error in my last commit in gtk_cell_area_box_context_copy().
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 13 Dec 2010 07:27:36 +0000 (16:27 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 13 Dec 2010 10:13:43 +0000 (19:13 +0900)
gtk/gtkcellareaboxcontext.c

index fe61b45e0f1bac97a6a835cb2e4fee1e2f8fd56a..2c0fa22ac79db2b2a6952340e27de993596b4d8f 100644 (file)
@@ -559,7 +559,7 @@ gtk_cell_area_box_context_copy (GtkCellAreaBox        *box,
       g_memdup (context->priv->orientation_allocs, 
                copy->priv->n_orientation_allocs * sizeof (GtkCellAreaBoxAllocation));
 
-  return context;
+  return copy;
 }
 
 void